home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLMETA / TFORMHTMLMETA.txt
Encoding:
Text File  |  1997-12-06  |  5.3 KB  |  247 lines

  1. object FormHTMLMeta: TFormHTMLMeta
  2.   Left = 155
  3.   Top = 30
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Meta'
  7.   ClientHeight = 343
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 277
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxNAME: TGroupBox
  35.     Left = 97
  36.     Top = 28
  37.     Width = 143
  38.     Height = 65
  39.     Caption = 'NAME'
  40.     TabOrder = 1
  41.     object EditNAME: TEdit
  42.       Left = 6
  43.       Top = 16
  44.       Width = 131
  45.       Height = 21
  46.       MaxLength = 250
  47.       ParentShowHint = False
  48.       ShowHint = False
  49.       TabOrder = 0
  50.       OnChange = EditNAMEChange
  51.       OnExit = EditNAMEExit
  52.       OnKeyPress = EditNAMEKeyPress
  53.     end
  54.     object PanelNAME: TPanel
  55.       Left = 2
  56.       Top = 43
  57.       Width = 139
  58.       Height = 20
  59.       Hint = 'NAME attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelNAME'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       OnClick = PanelNAMEClick
  69.     end
  70.   end
  71.   object GroupBoxCONTENT: TGroupBox
  72.     Left = 8
  73.     Top = 100
  74.     Width = 321
  75.     Height = 65
  76.     Caption = 'CONTENT'
  77.     TabOrder = 2
  78.     object EditCONTENT: TEdit
  79.       Left = 7
  80.       Top = 16
  81.       Width = 307
  82.       Height = 21
  83.       MaxLength = 250
  84.       ParentShowHint = False
  85.       ShowHint = False
  86.       TabOrder = 0
  87.       OnChange = EditCONTENTChange
  88.     end
  89.     object PanelCONTENT: TPanel
  90.       Left = 2
  91.       Top = 43
  92.       Width = 317
  93.       Height = 20
  94.       Hint = 'CONTENT attribute'
  95.       Align = alBottom
  96.       Alignment = taLeftJustify
  97.       BevelOuter = bvNone
  98.       BorderStyle = bsSingle
  99.       Caption = 'PanelCONTENT'
  100.       ParentShowHint = False
  101.       ShowHint = True
  102.       TabOrder = 1
  103.       OnClick = PanelCONTENTClick
  104.     end
  105.   end
  106.   object GroupBoxHTTPHeader: TGroupBox
  107.     Left = 97
  108.     Top = 172
  109.     Width = 143
  110.     Height = 65
  111.     Caption = 'HTTP-EQUIV'
  112.     TabOrder = 3
  113.     object EditHTTPEQUIV: TEdit
  114.       Left = 6
  115.       Top = 16
  116.       Width = 131
  117.       Height = 21
  118.       MaxLength = 250
  119.       ParentShowHint = False
  120.       ShowHint = False
  121.       TabOrder = 0
  122.       OnChange = EditHTTPEQUIVChange
  123.       OnExit = EditHTTPEQUIVExit
  124.       OnKeyPress = EditHTTPEQUIVKeyPress
  125.     end
  126.     object PanelHTTPEQUIV: TPanel
  127.       Left = 2
  128.       Top = 43
  129.       Width = 139
  130.       Height = 20
  131.       Hint = 'HTTP-EQUIV attribute'
  132.       Align = alBottom
  133.       Alignment = taLeftJustify
  134.       BevelOuter = bvNone
  135.       BorderStyle = bsSingle
  136.       Caption = 'PanelHTTPEQUIV'
  137.       ParentShowHint = False
  138.       ShowHint = True
  139.       TabOrder = 1
  140.       OnClick = PanelHTTPEQUIVClick
  141.     end
  142.   end
  143.   object GroupBoxClosingTag: TGroupBox
  144.     Left = 96
  145.     Top = 244
  146.     Width = 144
  147.     Height = 37
  148.     Caption = 'Closing Tag'
  149.     TabOrder = 4
  150.     object CheckBoxAppendClosingTag: TCheckBox
  151.       Left = 6
  152.       Top = 16
  153.       Width = 123
  154.       Height = 17
  155.       Hint = 'Append optional closing tag'
  156.       Caption = 'Append Closing Tag'
  157.       ParentShowHint = False
  158.       ShowHint = True
  159.       TabOrder = 0
  160.       OnClick = CheckBoxAppendClosingTagClick
  161.     end
  162.   end
  163.   object PanelBottom: TPanel
  164.     Left = 0
  165.     Top = 290
  166.     Width = 337
  167.     Height = 53
  168.     Align = alBottom
  169.     BevelOuter = bvNone
  170.     Caption = 'PanelBottom'
  171.     Font.Color = clBtnFace
  172.     Font.Height = -11
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     TabOrder = 5
  177.     object Bevel: TBevel
  178.       Left = 0
  179.       Top = 0
  180.       Width = 337
  181.       Height = 6
  182.       Align = alTop
  183.       Shape = bsTopLine
  184.     end
  185.     object ButtonInsert: TButton
  186.       Left = 4
  187.       Top = 8
  188.       Width = 77
  189.       Height = 25
  190.       Hint = 'Use the HTML tag'
  191.       Caption = '&OK'
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       TabOrder = 0
  195.       OnClick = ButtonInsertClick
  196.     end
  197.     object ButtonCancel: TButton
  198.       Left = 88
  199.       Top = 8
  200.       Width = 77
  201.       Height = 25
  202.       Cancel = True
  203.       Caption = '&Cancel'
  204.       ParentShowHint = False
  205.       ShowHint = False
  206.       TabOrder = 1
  207.       OnClick = ButtonCancelClick
  208.     end
  209.     object ButtonHelp: TButton
  210.       Left = 256
  211.       Top = 8
  212.       Width = 77
  213.       Height = 25
  214.       Caption = '&Help'
  215.       ParentShowHint = False
  216.       ShowHint = False
  217.       TabOrder = 3
  218.       OnClick = ButtonHelpClick
  219.     end
  220.     object ButtonClearAll: TButton
  221.       Left = 172
  222.       Top = 8
  223.       Width = 77
  224.       Height = 25
  225.       Hint = 'Clear and reset all attributes to defaults'
  226.       Caption = 'Clear &All'
  227.       ParentShowHint = False
  228.       ShowHint = True
  229.       TabOrder = 2
  230.       OnClick = ButtonClearAllClick
  231.     end
  232.     object PanelSaveReuseLevel: TPanel
  233.       Left = 4
  234.       Top = 40
  235.       Width = 329
  236.       Height = 9
  237.       BevelOuter = bvLowered
  238.       Caption = ' '
  239.       ParentShowHint = False
  240.       ShowHint = True
  241.       TabOrder = 4
  242.       OnDblClick = PanelSaveReuseLevelDblClick
  243.       OnMouseMove = PanelSaveReuseLevelMouseMove
  244.     end
  245.   end
  246. end
  247.